home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / ispell-3.1.18bin / interfaces / shell / irexxspelltest.rexx next >
OS/2 REXX Batch file  |  1995-09-21  |  235b  |  13 lines

  1. /* Test Program for IRexxSpell  Loren J. Rittle 11/6/89 */
  2. options results
  3. address 'IRexxSpell' 
  4. version
  5. say result
  6. check           "cat"
  7. say result
  8. check       "\whitt"
  9. say result
  10. check          "whitt"
  11. say result
  12. address 'IRexxSpell' exit
  13.